CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bp 函数逼近

搜索资源列表

  1. bpnnet_154

    0下载:
  2. 用MATLAB编写的用BP网络完成函数的逼近源程序,希望有人用的上-MATLAB BP prepared by the network to be completed by the function approximation source, hoping that someone on the
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1166
    • 提供者:阻尼
  1. matlab_bp

    0下载:
  2. 关于bp算法来逼近一个函数,还有一些关于一些简单的matlab实验程序,包括切比雪的滤波
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:238827
    • 提供者:rch
  1. BPnetwork

    2下载:
  2. 该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的方法,该网络实例中实现的是对某一函数的逼近,输入层为二层,中间层可自己设定多达十几层,逼近精度非常精确。读者可根据自己的需要设定各层的数目以及相应的训练样本进行训练与测试。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:18484
    • 提供者:liangjianbo
  1. FunctionApproximation

    0下载:
  2. matlab平台上实现函数y=sinx的逼近程序,构造bp算法实现(输出层采用y=x线性函数,隐含层采用非对称Sigmoid函数)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:785
    • 提供者:黄泉
  1. BP2

    0下载:
  2. 通过BP网络实现对非线性函数(正弦函数)的逼近。函数比较短,很简练。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1096
    • 提供者:李晓洁
  1. ANN

    0下载:
  2. 实验使用BP神经网络来逼近一个较复杂的正弦函数,并观察BP神经网络的各个参数对BP神经网络的影响.-Experimental use of BP neural network to approximate a more complex sine function, and to observe the parameters of BP neural network on the impact of BP neural network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:491042
    • 提供者:
  1. hanshubijin

    0下载:
  2. 使用BP神经网络实现函数的逼近并附带着fig文件,还有一个简单的感知器-The use of BP neural network function approximation with a document with a fig, as well as a simple perceptron
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:43458
    • 提供者:羊于
  1. 11

    0下载:
  2. 神经网络实例集。包括以下几个程序单层线性神经网络实例、感知器神经元解决较复杂输入向量的分类问题、基于感知器神经网络处理复杂的分类问题、数值分析程序matlab-GUI、用BP网络完成函数的逼近源程序、自组织特征映射应用实例-Examples of neural network sets. Procedures include the following examples of single-layer linear neural network, perceptron neuron input
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:41825
    • 提供者:stephen
  1. bijin

    0下载:
  2. 一个关于BP网络的设计,实现一个函数的逼近,了解关于MATLAB神经网络工具箱的应用。-On the design of BP network, the realization of a function approaches, learn more about the MATLAB neural network toolbox applications.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:10445
    • 提供者:刘广清
  1. matlab

    0下载:
  2. 利用一个单隐层BP网络来逼近一个函数,在改程序中有21组数据。该网络的输入层和输出层的神经元个数均为一。-Using a single hidden layer BP network to approximate a function, in the reform process there were 21 sets of data. The network input layer and output layer are a number of neurons.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:2862
    • 提供者:白雪静
  1. 4

    0下载:
  2. BP算法例子:用一个五层的神经网络去逼近函数f(x1,x2)=pow(x1-1,4)+2*pow(x2,2)-BP algorithm is an example: with a five-layer neural network to approximate the function f (x1, x2) = pow (x1-1, 4)+2* pow (x2, 2)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:31469
    • 提供者:zhangzhong
  1. bpnn

    0下载:
  2. 用bp神经网络逼近函数 -With bp neural network approximation function with bp neural network approximation function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1354
    • 提供者:张杰
  1. 1

    0下载:
  2. 利用神经网络中BP神经网络来拟合要逼近函数的程序。使用BP算法。-The use of neural network to fit the BP neural network to approximate the function procedure. The use of BP algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5873
    • 提供者:珊珊
  1. BPsin(xy)

    0下载:
  2. 用BP神经网络逼近函数Z=SIN(X*Y),采用C++编程.-Using BP neural network to approach the function Z = SIN (X* Y), using C++ programming.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2655
    • 提供者:尤伟
  1. BPnihe

    0下载:
  2. BP神经外那个罗可以逼近任意函数,此为拟合函数的源代码-BP neural network can approximate any function, the source code for the fitting function
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:827
    • 提供者:章颖
  1. solter_filter

    0下载:
  2. 摘要 本文提出了一种新的基于极大似然法的椒盐噪声滤波算法。在传统BP 算法中引入 了极大似然估计,在训练样本时能够在考虑网络逼近行为的同时对噪声分布进行估计。而且 针对椒盐噪声模型构造了新的鲁棒误差函数,从而使算法本身的抗干扰性增强。实验结果表 明了该算法与传统BP 算法相比具有更好的滤波性能。-Abstract This paper presents a new maximum likelihood method based on impulse noise filter. In
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:194978
    • 提供者:weilei
  1. Elevation-fitting

    0下载:
  2. BP 网络具有以任意精度逼近定义在紧致子集上的任意非线性函数的能力, 因而被广泛应用于识别、预测、拟合。-BP network has to approach any degree of accuracy defined in the compact subset of the capacity of any nonlinear function, which is widely used in identification, prediction, fit.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:112935
    • 提供者:刘文祥
  1. RBF

    0下载:
  2. 运用常规的PID控制算法很难达到人们所要求的控制效果。采用改进的BP神经网络算法进行改进具有以任意精度逼近非线性函数的能力,而且通过它的自身的学习,可以找到某一最优控制率下的PID控制器参数,使其具有更好的鲁棒性和自适应的能力。-Using conventional PID control algorithm is difficult to live up to the required control effect. The improved BP neural network algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:5327
    • 提供者:小静
  1. sample1

    0下载:
  2. 在人工神经网络中,通过MATLAB软件,利用BP算法实现逼近余弦函数。-在人工神经网络中,通过MATLAB软件,利用BP算法实现逼近余弦函数。在人工神经网络中,通过MATLAB软件,利用BP算法实现逼近余弦函数。自动检测中英文中译英英译中百度翻译. 翻译结果(中 > 英)复制结果 In the artificial neural network, through the MATLAB software, BP algorithm using approximate cosin
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:577
    • 提供者:jiqingpeng
  1. BP3wei

    0下载:
  2. 用Matlab编写的神经网络程序。用BP神经网络来逼近带有2个参数的非线性函数。-Approximate Nonliear function with BP network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1457
    • 提供者:夏夏
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com